home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 March / macformat-048.iso / Demos / Musee d'Orsay / ORSAY / DATAOR / LOGO.DXR / 00025.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  223 b   |  12 lines

  1. on exitFrame
  2.   puppetSprite(2, 1)
  3.   repeat with I = 1 to 76
  4.     set the locH of sprite 2 to the locH of sprite 2 + 5
  5.     updateStage()
  6.     if the mouseDown then
  7.       quit()
  8.     end if
  9.   end repeat
  10.   puppetSprite(2, 0)
  11. end
  12.